-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♻️ Cleanup network AnyHttpUrlLegacy and HttpUrlLegacy #6767
♻️ Cleanup network AnyHttpUrlLegacy and HttpUrlLegacy #6767
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## pydantic_v2_migration_do_not_squash_updates #6767 +/- ##
===============================================================================
+ Coverage 83.84% 86.46% +2.62%
===============================================================================
Files 1513 1236 -277
Lines 61011 52709 -8302
Branches 2010 917 -1093
===============================================================================
- Hits 51153 45574 -5579
+ Misses 9539 6988 -2551
+ Partials 319 147 -172
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
…1/cleanup-network-legacy
c49f421
into
ITISFoundation:pydantic_v2_migration_do_not_squash_updates
Quality Gate passedIssues Measures |
What do these changes do?
Clean up the
AnyHttpUrlLegacy
andHttpUrlLegacy
to use the Pydantic v2 ones.Related issue/s
How to test
Dev-ops checklist